dvb_desc_network_name

@struct dvb_desc_network_name @ingroup descriptors @brief Struct containing the network name descriptor

@param type descriptor tag @param length descriptor length @param next pointer to struct dvb_desc @param network_name network name string @param network_name_emph network name emphasis string

@details The emphasis text is the one that uses asterisks. For example, in the text: "the quick *fox* jumps over the lazy table" the emphasis would be "fox".

Members

Variables

length
ubyte length;
Undocumented in source.
network_name
char* network_name;
Undocumented in source.
network_name_emph
char* network_name_emph;
Undocumented in source.
next
dvb_desc* next;
Undocumented in source.
type
ubyte type;
Undocumented in source.

Meta